home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 October
/
Gamestar_77_2005-10_dvd.iso
/
Programy
/
setup365dni.exe
/
{app}
/
script
/
script_pocasi1.365
< prev
next >
Wrap
Text File
|
2005-02-28
|
652b
|
21 lines
<script type="text/javascript">
<!--
function SetRowColor(theRow, RowColor)
{
if(navigator.appName!='Microsoft Internet Explorer') return false;
if (typeof(theRow.style) == 'undefined' || typeof(theRow.cells) == 'undefined') {
return false;
}
if (RowColor=='1') {RowColor = 'white';}
glob_Row = theRow;
var row_cells_cnt = theRow.cells.length;
for (var c = 0; c < row_cells_cnt; c++) {
theRow.cells[c].bgColor = RowColor;
}
return true;
} // end of the 'SetRowColor()' function
// -->
</script>